SingleNINumericSingleNDivide Method

Divides the current value by the specified value.

Definition

Namespace: Jodosoft.Numerics
Assembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
SingleN INumeric<SingleN>.Divide(
	SingleN value
)

Parameters

value  SingleN
The value as the divisor.

Return Value

SingleN
The result of dividing the current value by value.

Implements

INumericTSelfDivide(TSelf)

See Also